home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / hotshot / hotshots.dcr / Scripts_3_scrBackButton.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  308 b   |  12 lines

  1. on mouseUp
  2.   global slideNumber, plflag
  3.   if slideNumber > 1 then
  4.     set slideNumber to slideNumber - 1
  5.     set the text of member "txtSlideNumber" to string(slideNumber) & "/20"
  6.     puppetTransition(member "wipeprev")
  7.     set plflag to 2
  8.     WaitCursor()
  9.     go("slide" & string(slideNumber))
  10.   end if
  11. end
  12.